object TrayMessageForm: TTrayMessageForm Left = 333 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 83 ClientWidth = 202 Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 202 83) PixelsPerInch = 96 TextHeight = 13 object lblMessage: TResLabel Left = 8 Top = 2 Width = 190 Height = 28 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'you have 12315 spy sweeper alerts to review' Transparent = True WordWrap = True end object lblLink: TResLabel Left = 8 Top = 38 Width = 190 Height = 13 Cursor = crHandPoint AutoSize = False Caption = 'open alerts' Transparent = True WordWrap = True end object lblHelpLInk: TLabel Left = 8 Top = 62 Width = 190 Height = 13 AutoSize = False ParentShowHint = False ShowHint = True Transparent = True WordWrap = True OnClick = lblHelpLInkClick end object tmrShowDelay: TTimer Enabled = False Interval = 5000 OnTimer = tmrShowDelayTimer Left = 166 Top = 28 end object ThemeForm: TTeForm2 ThemeObject = 'TrayDialog' Left = 8 Top = 8 end end